Example of Book in LC BIBFRAME

MARC BIBFRAME
=LDR  00814cam a2200265u  4500
=001 9298996
=005 20040930114123.0
=008 810211s1949\\\\nyu\\\\\\\\\\\000\0\eng\\
=035 \\$9(DLC) 50005760
=906 \\$a0$bcbc$cpremunv$du$encip$f19$gy-gencatlg
=010 \\$a 50005760
=040 \\$aDLC$cCarP$dDLC
=050 00$aPZ3.D55$bO165$aPR4567
=100 1\$aDickens, Charles,$d1812-1870.
=240 10$aOliver Twist.
=245 14$aThe adventures of Oliver Twist.
=260 \\$aNew York,$bGlobe Book Co.$c[c1949]
=300 \\$ap. cm.
=650 \0$aOrphans$xFiction.
=650 \0$aCriminals$xFiction.
=651 \0$aLondon (England)$xFiction.
=655 \7$aBildungsromans.$2gsafd
=700 1\$aGreenawalt, Lambert,$d1890- [from old catalog]
=740 0\$aOliver Twist.
=991 \\$bc-GenColl$hPZ3.D55$iO165$tCopy 1$wPREM
    #Processed by Id: cwm.py,v 1.144 2003/09/14 20:20:20 timbl Exp 
        #    using base file:/tmp/tmpDA2bhY-rdfconverter
        
#  Notation3 generation by
#       notation3.py,v 1.148 2003/12/04 21:20:17 timbl Exp

#   Base was: file:/tmp/tmpDA2bhY-rdfconverter
     @prefix :  .
     @prefix bf:  .
     @prefix identifiers:  .
     @prefix rdf:  .
     @prefix rdfs:  .
    
      [      a bf:Instance;
             bf:callNumber "PZ3.D55 O165 PR4567";
             bf:contributor  [
                 a bf:Person;
                 bf:label "Greenawalt, Lambert, 1890- [from old catalog]";
                 :elementList  (
                 [
                         :elementValue "Greenawalt, Lambert," ]
                 [
                         :elementValue "1890- [from old catalog]" ] );
                 rdfs:label "Greenawalt, Lambert, 1890- [from old catalog]" ];
             bf:derivedFrom ;
             bf:extent "p. cm.";
             bf:instanceOf ;
             bf:placePub  [
                 a bf:Place;
                 bf:label "New York" ];
             bf:provider  [
                 a bf:Organization;
                 bf:label "Globe Book Co." ];
             bf:pubDate "c1949";
             bf:title "The adventures of Oliver Twist";
             identifiers:lccn "50005760" ].
    
         a bf:Text,
                bf:Work;
         bf:creator  [
             a bf:Person;
             bf:label "Dickens, Charles, 1812-1870.";
             :elementList  (
             [
                     :elementValue "Dickens, Charles," ]
             [
                     :elementValue "1812-1870." ] );
             rdfs:label "Dickens, Charles, 1812-1870." ];
         bf:derivedFrom ;
         bf:hasRelationship  [
             a bf:Work;
             bf:contributor  [
                 a bf:name;
                 bf:label "Oliver Twist.";
                 :elementList  (
                 [
                         :elementValue "Oliver Twist." ] );
                 rdfs:label "Oliver Twist." ];
             bf:title "Oliver Twist." ];
         bf:language ;
         bf:subject  [
             a bf:Topic,
                    :ComplexSubject;
             bf:label "Criminals--Fiction";
             :authoritativeLabel "Criminals--Fiction"@en;
             :componentList  (
             [
                     a :Authority;
                     :authoritativeLabel "Criminals"@en;
                     :elementList  (
                     [
                             :elementValue "Criminals"@en ] ) ]
             [
                     a :Authority;
                     :authoritativeLabel "Fiction"@en;
                     :elementList  (
                     [
                             :elementValue "Fiction."@en ] ) ] ) ],
                 [
             a bf:Place,
                    :ComplexSubject;
             bf:label "London (England)--Fiction";
             :authoritativeLabel "London (England)--Fiction"@en;
             :componentList  (
             [
                     a :Authority;
                     :authoritativeLabel "London (England)"@en;
                     :elementList  (
                     [
                             :elementValue "London (England)"@en ] ) ]
             [
                     a :Authority;
                     :authoritativeLabel "Fiction"@en;
                     :elementList  (
                     [
                             :elementValue "Fiction."@en ] ) ] ) ],
                 [
             a bf:Genre,
                    :GenreForm;
             bf:label "Bildungsromans";
             :authoritativeLabel "Bildungsromans"@en;
             :elementList  (
             [
                     :elementValue "Bildungsromans."@en ] ) ],
                 [
             a bf:Topic,
                    :ComplexSubject;
             bf:label "Orphans--Fiction";
             :authoritativeLabel "Orphans--Fiction"@en;
             :componentList  (
             [
                     a :Authority;
                     :authoritativeLabel "Orphans"@en;
                     :elementList  (
                     [
                             :elementValue "Orphans"@en ] ) ]
             [
                     a :Authority;
                     :authoritativeLabel "Fiction"@en;
                     :elementList  (
                     [
                             :elementValue "Fiction."@en ] ) ] ) ];
         bf:title "The adventures of Oliver Twist";
         bf:uniformTitle "Oliver Twist.";
         identifiers:lccn "50005760";
         :authoritativeLabel "Dickens, Charles, 1812-1870. Oliver Twist";
         :elementList  (
         [
                 :elementValue "Oliver Twist." ] );
         :isMemberOfMADSScheme ;
         rdfs:label "Oliver Twist." .
    
#ENDS