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

<http://data.bibliotheken.nl/id/thes/p075180081> a schema1:Person ;
    rdfs:label "Jager, J.C." ;
    schema1:description "RIVM" ;
    schema1:familyName "Jager" ;
    schema1:givenName "J.C." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d7330c02b290e2d71f1c4090968d380a> ;
    schema1:name "J.C. Jager" ;
    schema1:sameAs <http://viaf.org/viaf/274311382>,
        <https://isni.org/isni/0000000384282780> .

