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

<http://data.bibliotheken.nl/id/thes/p07191529X> a schema1:Person ;
    rdfs:label "Defauw, J.A.M." ;
    schema1:familyName "Defauw" ;
    schema1:givenName "J.A.M." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d5b930d33566efab27c8b50206ce84db> ;
    schema1:name "J.A.M. Defauw" ;
    schema1:sameAs <http://viaf.org/viaf/283819176> .

