@prefix ns1: <http://schema.org/> .

<https://id.rijksmuseum.nl/301150> a ns1:Book,
        ns1:ProductModel ;
    ns1:additionalType [ ns1:name "Boeken"@nl ] ;
    ns1:exampleOfWork <https://id.rijksmuseum.nl/300150> ;
    ns1:name "drie eeuwen merklappen" ;
    ns1:publication [ ns1:startDate "1968"^^ns1:Date ],
        [ a ns1:PublicationEvent ;
            ns1:location [ a ns1:Place ] ],
        [ a ns1:PublicationEvent ] ;
    ns1:sameAs <http://www.worldcat.org/oclc/739055337> ;
    ns1:size "8°." ;
    ns1:subjectOf [ ns1:additionalType <http://id.loc.gov/vocabulary/mnotetype/physical> ],
        [ ns1:additionalType <http://vocab.getty.edu/aat/300435416> ] ;
    ns1:url <https://library.rijksmuseum.nl/cgi-bin/koha/opac-detail.pl?biblionumber=150> ;
    ns1:workExample <https://id.rijksmuseum.nl/302150> .

