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

<https://id.rijksmuseum.nl/300330464> a ns1:CreativeWork ;
    ns1:about [ a ns1:Person ;
            ns1:alternateName "Oxford" ],
        [ a ns1:Person ;
            ns1:alternateName "Somers" ],
        [ a ns1:Person ;
            ns1:alternateName "Rich" ] ;
    ns1:contributor <https://id.rijksmuseum.nl/310222369>,
        <https://id.rijksmuseum.nl/310222401> ;
    ns1:creator <https://id.rijksmuseum.nl/310222346> ;
    ns1:identifier [ a ns1:PropertyValue ;
            ns1:propertyID "NL-AmRIJ" ;
            ns1:value "330464" ] ;
    ns1:inLanguage "eng" ;
    ns1:name "Mr Rich's pictures April 2, 1762",
        "Tuesday March 30.th 1762" ;
    ns1:temporalCoverage "1762-03-30"^^<http://id.loc.gov/datatypes/edtf>,
        "1762-03-31"^^<http://id.loc.gov/datatypes/edtf>,
        "1762-04-01"^^<http://id.loc.gov/datatypes/edtf>,
        "1762-04-02"^^<http://id.loc.gov/datatypes/edtf>,
        "Date and place of sale: 1762/03/30-1762/04/01, London.",
        "Date and place of sale: 1762/04/02, London." ;
    ns1:workExample <https://id.rijksmuseum.nl/301330464> .

