<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:rdaElementsGp1="http://rdvocab.info/Elements"
    xmlns:rdaElementsGp2="http://rdvocab.info/ElementsGr2"
    xmlns:frbrEntities="http://rdvocab.info/uri/schema/FRBRentitiesRDA"
    xmlns:frbr="http://iflastandards.info/ns/fr/frbr/frbrer/"
    xmlns:rdaRoles="http://rdvocab.info/roles/" xmlns:dbpedia="http://dbpedia.org/ontology/"
    xmlns:mo="http://purl.org/ontology/mo/" xmlns:dcterms="http://purl.org/dc/terms/">
    
    <!-- NOTE! THIS EXAMPLE IS VERY INCOMPLETE. ITS PURPOSE IS SOLELY TO ILLUSTRATE THE PRINCIPLES 
        INVOLVED, NOT PROVIDE COMPLETE DATA ABOUT THIS MANIFESTATION, THE WORKS ON IT, OR ANY ASSOCIATED 
        ENTITIES. KTHXBAI. -->
    
    <!-- Manifestation data -->
    <rdf:Description about="http://www.librarydata.org/manifestation/ocm21529894">
        <rdf:type rdf:resource="http://rdvocab.info/uri/schema/FRBRentitiesRDA/Manifestation"/>
        <rdaElementsGp1:titleProperManifestation>The holy sonnets of John Donne ; Songs and proverbs
            of William Blake ; Billy Budd</rdaElementsGp1:titleProperManifestation>
        <rdaElementsGp1:publishersNumberForMusicManifestation>417
            428-2</rdaElementsGp1:publishersNumberForMusicManifestation>
        <rdaElementsGp1:publishersNumberForMusicManifestation>417
            429-2</rdaElementsGp1:publishersNumberForMusicManifestation>
        <rdaElementsGp1:publishersNumberForMusicManifestation>417
            430-2</rdaElementsGp1:publishersNumberForMusicManifestation>
        <rdaElementsGp1:publishersNumberForMusicManifestation>417
            431-2</rdaElementsGp1:publishersNumberForMusicManifestation>
        <rdaElementsGp1:extentManifestation>3 sound discs</rdaElementsGp1:extentManifestation>
        <!-- Digital -->
        <rdaElementsGp1:typeOfRecordingManifestation
            rdf:resource="http://rdvocab.info/termList/typeRec/1002"/>
        <!-- Stereo -->
        <rdaElementsGp1:configurationOfPlaybackChannelsManifestation
            rdf:resource="http://rdvocab.info/termList/configPlayback/1002"/>
        <rdaElementsGp1:dimensionsManifestation>12 cm</rdaElementsGp1:dimensionsManifestation>
        <!-- CD audio -->
        <rdaElementsGp1:encodingFormatManifestation
            rdf:resource="http://rdvocab.info/termList/encFormat/1007"/>
        <rdaElementsGp1:publicationStatementManifestation rdf:nodeID="abc"/>
        <!-- isEmbodimentOf -->
        <frbr:P2004 rdf:resource="http://www.librarydata.org/expression/123"/>
        <frbr:P2004 rdf:resource="http://www.librarydata.org/expression/456"/>
        <frbr:P2004 rdf:resource="http://www.librarydata.org/expression/789"/>
    </rdf:Description>
    
    <!-- Blank node with Manifestation publication statement -->
    <rdf:Description rdf:nodeID="abc">
        <rdaElementsGp1:placeOfPublicationManifestation>London</rdaElementsGp1:placeOfPublicationManifestation>
        <rdaElementsGp1:publishersNameManifestation>London</rdaElementsGp1:publishersNameManifestation>
        <rdaElementsGp1:dateOfPublicationManifestation>1989</rdaElementsGp1:dateOfPublicationManifestation>
    </rdf:Description>
    
    <!-- Expressions -->
    <rdf:Description about="http://www.librarydata.org/expression/123">
        <rdf:type rdf:resource="http://rdvocab.info/uri/schema/FRBRentitiesRDA/Expression"/>
        <!-- isRealizationOf -->
        <frbr:P2002 rdf:resource="http://www.librarydata.org/work/abc"/>
        <rdaRoles:performerExpression rdf:resource="http://www.librarydata.org/person/c3"/>
        <rdaRoles:performerExpression rdf:resource="http://www.librarydata.org/corporateBody/4d"/>
        <rdaRoles:performerExpression rdf:resource="http://www.librarydata.org/corporateBody/5e"/>
        <!-- Or could encode as a machine-readable date -->
        <rdaElementsGp1:dateOfCaptureExpression>December
            1967</rdaElementsGp1:dateOfCaptureExpression>
        <rdaElementsGp1:placeOfCaptureExpression>Kingsway Hall,
            London</rdaElementsGp1:placeOfCaptureExpression>
    </rdf:Description>
    
    <rdf:Description about="http://www.librarydata.org/expression/456">
        <rdf:type rdf:resource="http://rdvocab.info/uri/schema/FRBRentitiesRDA/Expression"/>
        <!-- isRealizationOf -->
        <frbr:P2002 rdf:resource="http://www.librarydata.org/work/def"/>
    </rdf:Description>
    
    <rdf:Description about="http://www.librarydata.org/expression/789">
        <rdf:type rdf:resource="http://rdvocab.info/uri/schema/FRBRentitiesRDA/Expression"/>
        <!-- isRealizationOf -->
        <frbr:P2002 rdf:resource="http://www.librarydata.org/work/ghi"/>
    </rdf:Description>
    
    <!-- Works -->
    <rdf:Description about="http://www.librarydata.org/work/abc">
        <rdf:type rdf:resource="http://rdvocab.info/uri/schema/FRBRentitiesRDA/Work"/>
        <rdaElementsGp1:titleOfTheWork>Billy Budd</rdaElementsGp1:titleOfTheWork>
        <rdaRoles:composerWork rdf:resource="http://www.librarydata.org/person/a1"/>
        <rdaRoles:librettistWork rdf:resources="http://www.librarydata.org/person/b2"/>
        <rdaElementsGp1:dateOfWork>1961</rdaElementsGp1:dateOfWork>
        <!-- Billy Budd is of the genre (Music Ontology) "operas" (LCGFT) -->
        <mo:genre rdf:resource="http://id.loc.gov/authorities/genreForms/gf00000000000"/>
    </rdf:Description>
    
    <!-- People -->
    <rdf:Description about="http://www.librarydata.org/person/a1">
        <rdf:type rdf:resource="http://rdvocab.info/uri/schema/FRBRentitiesRDA/Person"/>
        <rdaElementsGp2:nameOfThePerson>Britten, Benjamin</rdaElementsGp2:nameOfThePerson>
        <rdaElementsGp2:dateOfBirth>1913</rdaElementsGp2:dateOfBirth>
        <rdaElementsGp2:dateOfDeath>1976</rdaElementsGp2:dateOfDeath>
        <!-- Britten born in (from dpbedia) England (from Geonames) -->
        <dbpedia:birthPlace rdf:resource="http://sws.geonames.org/6269131/"/>
        <dcterms:description>Edward Benjamin Britten, Baron Britten of Aldeburgh, OM (1913–1976) was a
            British composer, conductor, and pianist. Britten was born on 22nd November 1913 in
            Lowestoft in Suffolk, the son of a dentist and a talented amateur musician. He began
            composing prolifically as a child, and in 1927 began private lessons with Frank Bridge. He
            also studied, less happily, at the Royal College of Music under John Ireland and with some
            input from Ralph Vaughan Williams. Although ultimately held back by his parents (at the
            suggestion of College staff), Britten had also intended to study with Alban Berg in Vienna.
            His first compositions to attract wide attention were the Sinfonietta (op.1) and a set of
            choral variations &quot;A Boy was Born&quot;, written in 1934 for the BBC Singers. The
            following year he met W. H. Auden with whom he collaborated on the song-cycle &quot;Our
            Hunting Fathers&quot;, radical both in politics and musical treatment, and other works. Of
            more lasting importance was his meeting in 1936 with the tenor Peter Pears, who was to
            become his life-partner and musical collaborator. In early 1939 the two of them followed
            Auden to America. There Britten composed Paul Bunyan, his first opera (to a libretto by
            Auden), as well as the first of many song-cycles for Pears; the period was otherwise
            remarkable for a number of orchestral works, including Variations on a Theme of Frank Bridge
            (for string orchestra) and Sinfonia da Requiem (for full orchestra)...</dcterms:description>
        
    </rdf:Description>
    
    <rdf:Description about="http://www.librarydata.org/person/b2">
        <rdf:type rdf:resource="http://rdvocab.info/uri/schema/FRBRentitiesRDA/Person"/>
        <rdaElementsGp2:nameOfThePerson>Forster, E. M.</rdaElementsGp2:nameOfThePerson>
        <rdaElementsGp2:fullerFormOfNamePerson>Edward Morgan</rdaElementsGp2:fullerFormOfNamePerson>
        <rdaElementsGp2:dateOfBirth>1879</rdaElementsGp2:dateOfBirth>
        <rdaElementsGp2:dateOfDeath>1970</rdaElementsGp2:dateOfDeath>
    </rdf:Description>
    
    <rdf:Description about="http://www.librarydata.org/person/c3">
        <rdf:type rdf:resource="http://rdvocab.info/uri/schema/FRBRentitiesRDA/Person"/>
        <rdaElementsGp2:nameOfThePerson>Pears, Peter</rdaElementsGp2:nameOfThePerson>
        <rdaElementsGp2:titleOfThePerson>Sir</rdaElementsGp2:titleOfThePerson>
    </rdf:Description>
    
    <!-- Corporate bodies -->
    <rdf:Description about="http://www.librarydata.org/corporateBody/4d">
        <rdf:type rdf:resource="http://rdvocab.info/uri/schema/FRBRentitiesRDA/CorporateBody"/>
        <rdaElementsGp2:nameOfThePerson>Ambrosian Opera Chorus</rdaElementsGp2:nameOfThePerson>
    </rdf:Description>
    
    <rdf:Description about="http://www.librarydata.org/corporateBody/5e">
        <rdf:type rdf:resource="http://rdvocab.info/uri/schema/FRBRentitiesRDA/CorporateBody"/>
        <rdaElementsGp2:nameOfThePerson>London Symphony Orchestra</rdaElementsGp2:nameOfThePerson>
    </rdf:Description>
    
</rdf:RDF>
