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

<http://data.bibliotheken.nl/id/thes/p081368682> a schema1:Person ;
    rdfs:label "Louw, André du Preez (1935-)" ;
    schema1:alternateName "Preez Louw, André du" ;
    schema1:birthDate "1935" ;
    schema1:familyName "Louw" ;
    schema1:givenName "André du Preez" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/505832bf419541988c18aa9e0416b22d> ;
    schema1:name "André du Preez Louw" ;
    schema1:sameAs <http://viaf.org/viaf/68734746>,
        <https://isni.org/isni/0000000047356697> .

