glossarist 2.8.0 → 2.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/config.yml +11 -0
- data/lib/glossarist/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c9161012e7bc694c31f1450dfdc28538de9b559c4ca3cbf6fd7aad8427976d44
|
|
4
|
+
data.tar.gz: 465de2a3598f6a21fa007068b7fb4b282bd8e917fdb9e226636830bd24fc88ef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db1a01d3b4c1da4ec1e1ea9c15c976c0c11aaa1c53e7ac38ec2d6d3a87d6c2b23c26ac0606f16aba395e01bb7ada4c32401436af23cae94081582bc19aa155f1
|
|
7
|
+
data.tar.gz: 4471a27273205c88f7f8f0eaa397a351ef23a9d5abc53c397665ac3d8a1f9321b29b289d5151da380bb742e217c0739595f34aff15b13fe4f0cb905c6f5dffb6
|
data/config.yml
CHANGED
|
@@ -57,6 +57,7 @@ related_concept:
|
|
|
57
57
|
- narrower_instantial
|
|
58
58
|
# Equivalence (ISO 10241-1 / ISO 25964 exactMatch / SKOS)
|
|
59
59
|
- equivalent
|
|
60
|
+
- exact_match
|
|
60
61
|
# Approximate equivalence (ISO 25964 closeMatch / SKOS)
|
|
61
62
|
- close_match
|
|
62
63
|
# Cross-vocabulary mapping (SKOS)
|
|
@@ -92,11 +93,19 @@ iso12620:
|
|
|
92
93
|
- short_form
|
|
93
94
|
- transliterated_form
|
|
94
95
|
- transcribed_form
|
|
96
|
+
- truncation
|
|
95
97
|
- variant
|
|
96
98
|
# Symbolic / formulaic:
|
|
99
|
+
- code
|
|
97
100
|
- equation
|
|
101
|
+
- figure_symbol
|
|
98
102
|
- formula
|
|
103
|
+
- graphic_symbol
|
|
104
|
+
- letter_symbol
|
|
99
105
|
- logical_expression
|
|
106
|
+
- mathematical_expression
|
|
107
|
+
- reference_symbol
|
|
108
|
+
- roman_numeral
|
|
100
109
|
- symbol
|
|
101
110
|
# Usage / provenance:
|
|
102
111
|
- common_name
|
|
@@ -104,7 +113,9 @@ iso12620:
|
|
|
104
113
|
- internationalism
|
|
105
114
|
- international_scientific_term
|
|
106
115
|
- part_number
|
|
116
|
+
- phrase
|
|
107
117
|
- phraseological_unit
|
|
118
|
+
- scientific_name
|
|
108
119
|
- shortcut
|
|
109
120
|
- sku
|
|
110
121
|
- standard_text
|
data/lib/glossarist/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: glossarist
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.8.
|
|
4
|
+
version: 2.8.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-05-
|
|
11
|
+
date: 2026-05-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: lutaml-model
|