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

<https://id.rijksmuseum.nl/301333366> a ns1:ProductModel ;
    ns1:exampleOfWork <https://id.rijksmuseum.nl/300333366> ;
    ns1:materialExtent "15 pages" ;
    ns1:name "'t Oranjehof" ;
    ns1:publication [ a ns1:PublicationEvent ;
            ns1:name "[The Netherlands]: [publisher not identified]; [1783?]" ],
        [ a ns1:PublicationEvent ;
            ns1:publishedBy [ ns1:name "[publisher not identified]" ] ],
        [ a ns1:PublicationEvent ;
            ns1:location [ a ns1:Place ;
                    ns1:name "[The Netherlands]" ] ] ;
    ns1:size "8vo" ;
    ns1:url <https://library.rijksmuseum.nl/cgi-bin/koha/opac-detail.pl?biblionumber=333366> .

