<?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>
    </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>
    </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>
