<?xml version="1.0" encoding="UTF-8"?>
<rdaSimple 
       xmlns:rda="http://rdvocab.info/Elements/"
       xmlns:rdg2="http://rdvocab.info/ElementsGr2/"
       xmlns:rdg3="http://rdvocab.info/ElementsGr3/"
       xmlns:frbr="http://iflastandards.info/ns/fr/frbr/frbrer/"
       xmlns:role="http://rdvocab.info/roles/"
       >
    <!-- with textual values -->
    <!-- the LC bib record:
        LC control no.:       53025269 
        Type of material:  Book (Print, Microform, Electronic, etc.)
        Personal name:     Shakespeare, William, 1564-1616. 
        Uniform title:     Hamlet. Italian.
        Main title:        La tragedia di Amleto, principe di Danimarca.
        Published/Created: [Torino] SocietaÌ€ editrice torinese [1949]
        Description:       100 p. 21 cm.
        Related names:     Montale, Eugenio, 1896-1981, tr.
        Subjects:          Hamlet (Legendary character)-Drama.
                           Revenge-Drama.
        LC classification: PR2784.H3 S8
        CALL NUMBER:       PR2784.H3 S8
        Copy 1 -->
    <!-- frbr Work -->
   <frbr:C1001>
      <rda:identifierForTheWork uri="http://example.com/w1234" />
      <rda:preferredTitleForTheWork>
          Hamlet
      </rda:preferredTitleForTheWork> 
       <rda:formOfWork>
           Play
       </rda:formOfWork>
       <rdg2:author>
           <rdg2:nameOfThePerson>
               Shakespeare, William
           </rdg2:nameOfThePerson>
           <rdg2:dateOfBirth>
               1564
           </rdg2:dateOfBirth>
           <rdg2:dateOfDeath>
               1616
           </rdg2:dateOfDeath>
       </rdg2:author>

       <!-- is subect (concept) of -->
       <frbr:P2024>
           Revenge--Drama
           </frbr:P2024>
      <frbr:P2024>
          Hamlet (Legendary character)--Drama
      </frbr:P2024>
       <frbr:P2024>
           PR2784.H3 S8
       </frbr:P2024>       
       <!-- frbr:is realized through -->
       <frbr:P2001 uri="http://example.com/E78765" />
   </frbr:C1001> 
    <!-- frbr Expression -->
    <frbr:C1002>
        <rda:identifierForTheExpression uri="http://example.com/E78765" />
        <rda:languageOfTheContentExpression>
            ita
        </rda:languageOfTheContentExpression>
        <rdg2:translator>
            <rdg2:nameOfThePerson>
                Montale, Eugenio
            </rdg2:nameOfThePerson>
            <rdg2:dateOfBirth>
                1896
            </rdg2:dateOfBirth>
            <rdg2:dateOfDeath>
                1981
            </rdg2:dateOfDeath>
        </rdg2:translator>
        <!-- expresses work -->
        <frbr:P2002 uri="http://example.com/W1234" />
        <!-- is manifested in -->
        <frbr:P2003 uri="http://example.com/M385620" />
    </frbr:C1002>
    <!-- frbr Manifestation -->
    <frbr:C1003>
        <rda:identifierForTheManifestation uri="http://example.com/M385620" />
        <rda:carrierTypeManifestation>
            volume
        </rda:carrierTypeManifestation>
        <rda:mediaTypeManifestation>
            unmediated
        </rda:mediaTypeManifestation>
        <rda:contentTypeManifestation>
            text
        </rda:contentTypeManifestation>
        <rda:titleProperManifestation>
            La tragedia di Amleto, principe di Danimarca
        </rda:titleProperManifestation>
        <publicationStatementManifestation>
            <placeOfPublicationManifestation>
                [Torino]
            </placeOfPublicationManifestation>
            <publishersNameManifestation>
                Societa editrice torinese
            </publishersNameManifestation>        
            <dateOfPublicationManifestation>
               [1949]         
            </dateOfPublicationManifestation>
        </publicationStatementManifestation>
        <extentOfTextManifestion>
            100 pages
        </extentOfTextManifestion>
        <dimensionsManifestation>
            21 cm
        </dimensionsManifestation>
        <!-- manifests -->
        <frbr:P2004 uri="http://example.com/E78765" />
        <!-- is exemplified by item -->
        <frbr:P2005 uri="http://example.com/I293546203" />
    </frbr:C1003>
    <!-- frbr Item -->
    <frbr:C1004>
        <frbr:identifierForTheItem uri="http://example.com/I293546203" />
        <!-- is exemplar of -->
        <frbr:P2006 uri="http://example.com/M385620" />
    </frbr:C1004>
</rdaSimple>
