Sha256: 032b1ba225b59f6363c96c0125d50492fa17f6f82cd4d89c3e2ac29fff926900

Contents?: true

Size: 1.41 KB

Versions: 16

Compression:

Stored size: 1.41 KB

Contents

= ISO/TC 211 Termbase programs

== Purpose

This gem is used for the creation and deployment of Geolexica,
the ISO/TC 211 Multi-Lingual Glossary Terminology database,
located at https://www.geolexica.org.

The repository for the site is located at:

* https://github.com/ISO-TC211/geolexica.org


== Install

Add this line to your Gemfile:

[source,ruby]
----
gem 'tc211-termbase'
----

And then execute:

[source,sh]
----
$ bundle
----

Or install it yourself as:

[source,sh]
----
$ gem install tc211-termbase
----


== Usage

The gem comes with the following executable:

* `tc211-termbase-xlsx2yaml`: used to extract terms from the official
  ISO/TC 211 terminology workbook, into ConceptYAML and TermYAML files.

The MLGT XLSX file can be obtained from https://committee.iso.org/sites/tc211/home/re.html


=== Using `tc211-termbase-xlsx2yaml`

Run the following command:

[source,sh]
----
$ tc211-termbase-xlsx2yaml [termbase.xlsx]
----

Where,

* the ConceptCollection YAML will be created at `[termbase.yaml]` at
  the current working directory;

* ConceptYAML files for each concept (each concept identified by a unique "`Term-ID`")
  are created under the `concepts/` directory (based on the current working directory).
  i.e. `concepts/concept-338.yaml`.


== Credits

This program is created and maintained by Ribose (the ISO/TC 211 Registration Authority)
in conjunction with the ISO/TC 211 Terminology Management Group (TMG).

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
tc211-termbase-0.2.8 README.adoc
tc211-termbase-0.2.7 README.adoc
tc211-termbase-0.2.6 README.adoc
tc211-termbase-0.2.5 README.adoc
tc211-termbase-0.2.4 README.adoc
tc211-termbase-0.2.3 README.adoc
tc211-termbase-0.2.1 README.adoc
tc211-termbase-0.1.13 README.adoc
tc211-termbase-0.1.12 README.adoc
tc211-termbase-0.1.11 README.adoc
tc211-termbase-0.1.10 README.adoc
tc211-termbase-0.1.9 README.adoc
tc211-termbase-0.1.8 README.adoc
tc211-termbase-0.1.7 README.adoc
tc211-termbase-0.1.6 README.adoc
tc211-termbase-0.1.5 README.adoc