Packages
An Elixir library for searching and fetching controlled vocabulary authority terms
Current section
Files
Jump to
Current section
Files
lib/authoritex/loc/languages.ex
defmodule Authoritex.LOC.Languages do
@desc "Library of Congress MARC List for Languages"
@moduledoc "Authoritex implementation for #{@desc}"
use Authoritex.LOC.Base,
subauthority: "vocabulary/languages",
code: "lclang",
description: @desc
end