att.datcat

att.datcat dcr:datacat属性とdcr:ValueDatacat属性を提供する.これらがXML要素や属性を連携させる日付分類は、国際標準ISO 12620:2009で定義されるものであり,http://www.isocat.org/にあるISOCatと呼ばれるWebリポジトリに格納されている. [9.5.2 Lexical View 18.3 Other Atomic Feature Values]
モジュールtei — The TEI Infrastructure
構成att.lexicographic [case colloc def entryFree etym form gen gram gramGrp hom hyph iType lang lbl mood number oRef orth pRef per pos pron re sense subc syll tns usg xr] att.segLike [c cl m pc phr s seg w] binary f fs numeric string symbol
属性属性
datcat指定された要素をISOcatの適切なデータカテゴリ(または複数のデータカテゴリ)と対応付けるPID(永続的識別子)を含む.
状態 任意
データ型 1–∞ occurrences of teidata.pointer 空白文字で区切られる
valueDatcat指定された要素の内容または指定された属性の値を,ISOcatの適切かつ単純なデータカテゴリ(または複数のデータカテゴリ)と対応付けるPID(永続的識別子)を含む.
状態 任意
データ型 1–∞ occurrences of teidata.pointer 空白文字で区切られる

In this example dcr:datcat relates the feature name to the data category "partOfSpeech" and dcr:valueDatcat the feature value to the data category "commonNoun". Both these data categories reside in the ISOcat DCR at www.isocat.org, which is the DCR used by ISO TC37 and hosted by its registration authority, the MPI for Psycholinguistics in Nijmegen.

<fs>
 <f name="POS"
  dcr:datcat="http://www.isocat.org/datcat/DC-1345fVal="#commonNoun"
  dcr:valueDatcat="http://www.isocat.org/datcat/DC-1256"/>

</fs>
解説

ISO 12620:2009は、データ分類のレジストリ(DCR)に関するデータモデルと手続きについての国際標準である.データ分類は,一つの言語の構造における基本的な記述子として定義される。DCRのデータモデルでは、個々のデータ分類には、ユニークな永続的識別子(PID)、つまり、URIが割り当てられる.DCRからデータ分類を利用する言語資源,あるいは、できることならそのスキーマは、このPIDを用いて参照すべきである。TEI文書のようなXMLベースの資源(https://www.iso.org/standard/37243.htmlにて参照可能)に関しては、ISO 12620:2009 付録 Aに、dcr:datcat属性とdcr:valueDatcat属性を提供する小さなデータ分類参照のXML語彙がある。