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

<http://data.bibliotheken.nl/id/thes/p096806710> a schema1:Person ;
    rdfs:label "Noordijk, H." ;
    schema1:description "RIVM",
        "verbonden aan: Rijksinstituut voor Miliehygiëne" ;
    schema1:familyName "Noordijk" ;
    schema1:givenName "H." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/35caa7bac646e5d6d3b26af98f981334> ;
    schema1:name "H. Noordijk" ;
    schema1:sameAs <http://viaf.org/viaf/280652398>,
        <https://isni.org/isni/0000000387692769> .

