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

<https://id.rijksmuseum.nl/301249394> a ns1:Book,
        ns1:ProductModel ;
    ns1:additionalType [ a ns1:DefinedTerm ;
            ns1:name "Books (electronic)"@en,
                "Boeken (elektronisch)"@nl ;
            ns1:sameAs <http://vocab.getty.edu/aat/300265554> ] ;
    ns1:exampleOfWork <https://id.rijksmuseum.nl/300249394> ;
    ns1:materialExtent "1 online resource." ;
    ns1:name "The creation of color in eighteenth-century Europe" ;
    ns1:publication [ a ns1:PublicationEvent ;
            ns1:publishedBy [ ns1:name "Columbia University Press" ] ],
        [ a ns1:PublicationEvent ;
            ns1:location [ a ns1:Place ;
                    ns1:name "[New York]" ] ],
        [ a ns1:PublicationEvent ;
            ns1:name "[New York]: Columbia University Press; copyright 2006" ] ;
    ns1:url <https://library.rijksmuseum.nl/cgi-bin/koha/opac-detail.pl?biblionumber=249394> ;
    ns1:workExample [ ] .

