@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p38064049X> a schema1:Person ;
    rdfs:label "Ruiter, Malou de" ;
    schema1:description "fotografie" ;
    schema1:familyName "de Ruiter" ;
    schema1:givenName "Malou" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5a31c502780eae9d8f325e63cdfcc536> ;
    schema1:name "Malou de Ruiter" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/311822770> .

