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

<http://data.bibliotheken.nl/id/thes/p072110961> a schema1:Person ;
    rdfs:label "Meerts, Paul W. (1946-)" ;
    schema1:alternateName "Meerts, P.W.",
        "Meerts, Paul Willem" ;
    schema1:birthDate "1946" ;
    schema1:description "Ook als: P.W. Meerts",
        "mb" ;
    schema1:familyName "Meerts" ;
    schema1:givenName "Paul W." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a9c21c1d3d26ffccae4cc48bfe01ef27> ;
    schema1:name "Paul W. Meerts" ;
    schema1:sameAs <http://viaf.org/viaf/365144783012376128718> .

