@prefix ns1: <http://schema.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .

<https://id.rijksmuseum.nl/301260498> a ns1:Book,
        ns1:ProductModel ;
    ns1:additionalType [ a ns1:DefinedTerm ;
            ns1:name "Minter#0.0.2",
                "Books"@en,
                "Boeken"@nl ;
            ns1:sameAs <http://vocab.getty.edu/aat/300028051> ] ;
    ns1:bookEdition "Republ. with a new introd. by Joseph Aronson." ;
    ns1:exampleOfWork <https://id.rijksmuseum.nl/300260498> ;
    ns1:isbn "0486221830" ;
    ns1:materialExtent "viii, 24 p." ;
    ns1:name "The cabinet-maker & upholsterer's guide: the third edition of 1794" ;
    ns1:publication [ a ns1:PublicationEvent ;
            ns1:name "New York: Dover Publications; 1969" ],
        [ a ns1:PublicationEvent ;
            ns1:publishedBy [ ns1:name "Dover Publications" ] ],
        [ a ns1:PublicationEvent ;
            ns1:startDate "1969"^^ns1:Date ],
        [ a ns1:PublicationEvent ;
            ns1:location [ a ns1:Place ;
                    ns1:name "New York" ] ] ;
    ns1:sameAs <http://www.worldcat.org/oclc/47945> ;
    ns1:size "28 cm." ;
    ns1:subjectOf [ a ns1:Statement ;
            ns1:additionalType prov:Entity ;
            ns1:text "\"From drawings by A. Hepplewhite and Co., cabinet-makers.\"",
                "Minter#0.0.2" ],
        [ a ns1:Statement ;
            ns1:additionalType <http://id.loc.gov/vocabulary/mnotetype/physical>,
                prov:SoftwareAgent ;
            ns1:text "123 illus.",
                "minter" ],
        [ a ns1:Statement ;
            ns1:additionalType prov:SoftwareAgent ;
            ns1:text "\"An unabridged and unaltered republication of the third (1794) edition ...",
                "minter" ] ;
    ns1:url <https://library.rijksmuseum.nl/cgi-bin/koha/opac-detail.pl?biblionumber=260498> ;
    ns1:workExample <https://id.rijksmuseum.nl/302290607> .

