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

<http://data.bibliotheken.nl/id/thes/p090905113> a schema1:Person ;
    rdfs:label "Fluiter, P. de" ;
    schema1:familyName "de Fluiter" ;
    schema1:givenName "P." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/12deb2d7b0837fc658f4d0ff1e3b82b4> ;
    schema1:name "P. de Fluiter" ;
    schema1:sameAs <http://viaf.org/viaf/283275402>,
        <https://isni.org/isni/0000000389830678> .

