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

<http://data.bibliotheken.nl/id/thes/p070463565> a schema1:Person ;
    rdfs:label "Vroonhof, J.T.W." ;
    schema1:alternateName "Vroonhof, J.",
        "Vroonhof, Jan" ;
    schema1:description "Ook alleen 'J.'",
        "ir" ;
    schema1:familyName "Vroonhof" ;
    schema1:givenName "J.T.W." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/40fa6ee71ad73db676b8faea1e298d14> ;
    schema1:name "J.T.W. Vroonhof" ;
    schema1:sameAs <http://viaf.org/viaf/290791601>,
        <https://isni.org/isni/0000000395925163> .

