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

<http://data.bibliotheken.nl/id/thes/p16756448X> a schema1:Person ;
    rdfs:label "Houwing, Fokje" ;
    schema1:familyName "Houwing" ;
    schema1:givenName "Fokje" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c8d4de75da1445e91d9afcd98677d947> ;
    schema1:name "Fokje Houwing" ;
    schema1:sameAs <http://viaf.org/viaf/291498044>,
        <https://isni.org/isni/0000000396547491> .

