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
Copy file name to clipboardExpand all lines: docs/deploy-and-configure/configuration/label-resolution-and-full-text-search/index.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ This resolution and, by extension, the full text search is configurable for diff
9
9
10
10
eccenca Explore backend (DataPlatform) offers three configuration options:
11
11
12
-
-`labelProperties` (line 2)
13
-
-`languagePreferences` (line 5) and
14
-
-`languagePreferencesAnyLangFallback` (line 8).
12
+
-`labelProperties` (line 2)
13
+
-`languagePreferences` (line 5) and
14
+
-`languagePreferencesAnyLangFallback` (line 8).
15
15
16
16
```yaml linenums="1"
17
17
proxy:
@@ -28,8 +28,8 @@ These properties define not only which properties and languages should be consid
28
28
29
29
The retrieval process can be simplified to the following procedure:
30
30
31
-
- First, when determining the label for a resource, the language is evaluated, then the property is considered.
32
-
- Consequently, for a resource in the default case:
31
+
- First, when determining the label for a resource, the language is evaluated, then the property is considered.
32
+
- Consequently, for a resource in the default case:
33
33
1. An english value for `rdfs:label` is searched.
34
34
2. A literal of the property `rdfs:label` without a language tag is searched (which is why there is an entry `""`).
35
35
3. An english value of `skos:prefLabel` is searched.
@@ -50,12 +50,12 @@ How labels are resolved is best explained using these default settings and some
50
50
:Resource4 rdfs:label "Another Label for Hanover"@en
51
51
```
52
52
53
-
- For `:Resource1` the label will be `Leipzig` as the english `rdfs:label` will be retrieved.
54
-
- For `:Resource2` the label cannot be retrieved from the Knowledge Graph since no known property is used. Hence the fallback.
55
-
- For `:Resource3` the label will be retrieved as `Stuttgart`, if the `languagePreferencesAnyLangFallback` is `true`.
56
-
- While there is a well-known property used, none of the used languages match. Using the fallback, the alphabetically first match is retrieved in this case.
57
-
- For `:Resource4` multiple label candidates could be determined.
58
-
- In this case, `Another Label for Hanover` is retrieved as it is the first value in the alphanumerical comparison.
53
+
- For `:Resource1` the label will be `Leipzig` as the english `rdfs:label` will be retrieved.
54
+
- For `:Resource2` the label cannot be retrieved from the Knowledge Graph since no known property is used. Hence the fallback.
55
+
- For `:Resource3` the label will be retrieved as `Stuttgart`, if the `languagePreferencesAnyLangFallback` is `true`.
56
+
- While there is a well-known property used, none of the used languages match. Using the fallback, the alphabetically first match is retrieved in this case.
57
+
- For `:Resource4` multiple label candidates could be determined.
58
+
- In this case, `Another Label for Hanover` is retrieved as it is the first value in the alphanumerical comparison.
0 commit comments