Example: <langKnowledge> (language knowledge)

These search results reproduce every example of the use of <langKnowledge> in the Guidelines, including all localised and translated versions. In some cases, the examples have been drawn from discussion of other elements in the Guidelines and illustrating the use of <langKnowledge> is not the main focus of the passage in question. In other cases, examples may be direct translations of each other, and hence identical from the perspective of their encoding.

13 Names, Dates, People, and Places


13.3.2.1 Personal Characteristics

<langKnowledge tags="ff fr wo en">
 <p>Speaks fluent Fulani, Wolof, and French. Some knowledge of
   English.</p>
</langKnowledge>
⚓︎

13.3.2.1 Personal Characteristics

<langKnowledge>
 <langKnown level="fluenttag="ff">Fulani</langKnown>
 <langKnown level="fluenttag="wo">Wolof</langKnown>
 <langKnown level="fluenttag="fr">French</langKnown>
 <langKnown level="basictag="en">English</langKnown>
</langKnowledge>
⚓︎

<langKnowledge>

<langKnowledge tags="en-GB fr">
 <p>British English and French</p>
</langKnowledge>
Show all ⚓︎

<langKnowledge> (fr)

<langKnowledge tags="en-GB fr">
 <p>Anglais britannique et français</p>
</langKnowledge>
Show all ⚓︎

<langKnowledge> (fr)

<langKnowledge>
 <langKnown tag="en-GBlevel="H">Anglais britannique </langKnown>
 <langKnown tag="frlevel="M">Français</langKnown>
</langKnowledge>
Show all ⚓︎

<langKnowledge> (zh-TW)

<langKnowledge tags="en-GB fr">
 <p>英式英文與法文</p>
</langKnowledge>
Show all ⚓︎

<langKnowledge> (zh-TW)

<langKnowledge>
 <langKnown tag="en-GBlevel="H">英式英文</langKnown>
 <langKnown tag="frlevel="M">法文</langKnown>
</langKnowledge>
Show all ⚓︎

<langKnowledge>

<langKnowledge>
 <langKnown tag="en-GBlevel="H">British English</langKnown>
 <langKnown tag="frlevel="M">French</langKnown>
</langKnowledge>
Show all ⚓︎

<langKnown>

<person sex="mrole="speaker collaborator">
<!-- other details omitted -->
 <langKnowledge>
  <langKnown tag="mix">Mixtepec-Mixtec</langKnown>
  <langKnown tag="en">English</langKnown>
  <langKnown tag="es">Spanish</langKnown>
 </langKnowledge>
</person>
bibliography Show all ⚓︎

15 Language Corpora


15.2.2 The Participant Description

<person sex="2age="mid">
 <birth when="1950-01-12">
  <date>12 Jan 1950</date>
  <name type="place">Shropshire, UK</name>
 </birth>
 <langKnowledge tags="en fr">
  <langKnown level="firsttag="en">English</langKnown>
  <langKnown tag="fr">French</langKnown>
 </langKnowledge>
 <residence>Long term resident of Hull</residence>
 <education>University postgraduate</education>
 <occupation>Unknown</occupation>
 <socecStatus scheme="#pepcode="#b2"/>
</person>
⚓︎