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

<http://data.bibliotheken.nl/id/thes/p114264775> a schema1:Person ;
    rdfs:label "Kreuger, F.A.F." ;
    schema1:description "Drs",
        "Medisch bioloog, afdeling Epidemiologie en Informatie, GGD Rotterdam e.a." ;
    schema1:familyName "Kreuger" ;
    schema1:givenName "F.A.F." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/823d85234c2eaa81b1fdf9817caadd4b> ;
    schema1:name "F.A.F. Kreuger" ;
    schema1:sameAs <http://viaf.org/viaf/283096250>,
        <https://isni.org/isni/000000038964308X> .

