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

<http://data.bibliotheken.nl/id/thes/p072834552> a schema1:Person ;
    rdfs:label "Wiegant, Frederik Anton Clemens (1955-)" ;
    schema1:alternateName "Wiegant, Fred" ;
    schema1:birthDate "1955" ;
    schema1:familyName "Wiegant" ;
    schema1:givenName "Frederik Anton Clemens" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0dcfbcdffa4efe444e3f4ae1585ec9df> ;
    schema1:name "Frederik Anton Clemens Wiegant" ;
    schema1:sameAs <http://viaf.org/viaf/20837059> .

