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

<http://data.bibliotheken.nl/id/thes/p155210246> a schema1:Person ;
    rdfs:label "Blokhuis, Marleen" ;
    schema1:description "geb. 1970; kunsthistoricus" ;
    schema1:familyName "Blokhuis" ;
    schema1:givenName "Marleen" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3a4b84cad7877cbe6e0740d7d2acc3f7> ;
    schema1:name "Marleen Blokhuis" ;
    schema1:sameAs <http://viaf.org/viaf/19844978>,
        <https://isni.org/isni/0000000035125998> .

