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

<http://data.bibliotheken.nl/id/thes/p148594549> a schema1:Person ;
    rdfs:label "Verheij, Albert Jacobus (1972-)" ;
    schema1:alternateName "Verheij, Albert",
        "Verheij, Albert Jacobus" ;
    schema1:birthDate "1972" ;
    schema1:description "prof. mr." ;
    schema1:familyName "Verheij" ;
    schema1:givenName "Albert Jacobus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f9d5e44d0c123146981932dbbeab1e7e> ;
    schema1:name "Albert Jacobus Verheij" ;
    schema1:nationality "nl" ;
    schema1:sameAs <https://isni.org/isni/0000000383898794> .

