Example: <org> (organization)

These search results reproduce every example of the use of <org> 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 <org> 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.3 Organizational Data

<org xml:id="fab4">
 <orgName notAfter="1960">The Silver Beetles</orgName>
 <orgName from="1960-08">The Beatles</orgName>
</org>

13.3.3 Organizational Data

<org xml:id="FAB4">
 <orgName notAfter="1960">The Silver Beetles</orgName>
 <orgName notBefore="1960">The Beatles</orgName>
 <state type="membershipfrom="1960-08"
  to="1962-05">

  <desc>
   <persName>John Lennon</persName>
   <persName>Paul McCartney</persName>
   <persName>George Harrison</persName>
   <persName>Stuart Sutcliffe</persName>
   <persName>Pete Best</persName>
  </desc>
 </state>
 <state type="membershipnotBefore="1963">
  <desc>
   <persName>John Lennon</persName>
   <persName>Paul McCartney</persName>
   <persName>George Harrison</persName>
   <persName>Ringo Starr</persName>
  </desc>
 </state>
</org>

13.3.3 Organizational Data

<org xml:id="OUCS">
 <orgName>Oxford University Computing Services</orgName>
 <org xml:id="OUCSisg">
  <orgName>Information and Support Group</orgName>
 </org>
 <org xml:id="OUCSig">
  <orgName>Infrastructure Group</orgName>
  <org xml:id="OUCSig.nt">
   <orgName>Networking Team</orgName>
  </org>
  <org xml:id="OUCSig.sdt">
   <orgName>System Development Team</orgName>
  </org>
 </org>
 <org xml:id="OUCSltg">
  <orgName>Learning Technologies Group</orgName>
 </org>
</org>

13.3.3 Organizational Data

<p>The TEI institutional hosts are: <listOrg>
  <org xml:id="bu">
   <orgName>Brown University</orgName>
   <desc>The host contribution is made jointly by the <name type="project">Brown University Women Writers Project</name> and the
    <orgName>Brown University Library's Center for Digital
           Initiatives</orgName>.</desc>
  </org>
  <org xml:id="na">
   <orgName>Nancy</orgName>
   <desc>Hosting is provided by a group of institutions located in
         Nancy, France, coordinated by <orgName>Loria</orgName> and also
         including <orgName>ATILF</orgName> and <orgName>INIST</orgName>.</desc>
  </org>
  <org xml:id="ou">
   <orgName>Oxford University</orgName>
   <desc>Hosting is provided by the <orgName>Research Technologies
           Service</orgName> at <orgName>Oxford University Computing
           Services</orgName>.</desc>
  </org>
  <org xml:id="uv">
   <orgName>University of Virginia</orgName>
   <desc>Virginia's host support comes jointly from the
    <orgName>Institute for Advanced Technology in the
           Humanities</orgName> and the <orgName>University of Virginia
           Library</orgName>.</desc>
  </org>
 </listOrg></p>

<listOrg>

<listOrg>
 <head>Libyans</head>
 <org>
  <orgName>Adyrmachidae</orgName>
  <desc>These people have, in most points, the same customs as the Egyptians, but
       use the costume of the Libyans. Their women wear on each leg a ring made of
       bronze [...]</desc>
 </org>
 <org>
  <orgName>Nasamonians</orgName>
  <desc>In summer they leave their flocks and herds upon the sea-shore, and go up
       the country to a place called Augila, where they gather the dates from the
       palms [...]</desc>
 </org>
 <org>
  <orgName>Garamantians</orgName>
  <desc>[...] avoid all society or intercourse with their fellow-men, have no
       weapon of war, and do not know how to defend themselves. [...]</desc>
<!-- ... -->
 </org>
</listOrg>

<org>

<org xml:id="JAMs">
 <orgName>Justified Ancients of Mummu</orgName>
 <desc>An underground anarchist collective spearheaded by <persName>Hagbard
       Celine</persName>, who fight the Illuminati from a golden submarine, the
  <name>Leif Ericson</name></desc>
 <bibl>
  <author>Robert Shea</author>
  <author>Robert Anton Wilson</author>
  <title>The Illuminatus! Trilogy</title>
 </bibl>
</org>

<state>

<org>
 <orgName notAfter="1960">The Silver Beetles</orgName>
 <orgName notBefore="1960">The Beatles</orgName>
 <state type="membershipfrom="1960-08"
  to="1962-05">

  <desc>
   <persName>John Lennon</persName>
   <persName>Paul McCartney</persName>
   <persName>George Harrison</persName>
   <persName>Stuart Sutcliffe</persName>
   <persName>Pete Best</persName>
  </desc>
 </state>
 <state type="membershipnotBefore="1963">
  <desc>
   <persName>John Lennon</persName>
   <persName>Paul McCartney</persName>
   <persName>George Harrison</persName>
   <persName>Ringo Starr</persName>
  </desc>
 </state>
</org>