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

<http://data.bibliotheken.nl/id/thes/p079489532> a schema1:Person ;
    rdfs:label "Minnema, Lourens (1960-)" ;
    schema1:birthDate "1960" ;
    schema1:familyName "Minnema" ;
    schema1:givenName "Lourens" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/78b82691b06008f972acbdbc36fb4268> ;
    schema1:name "Lourens Minnema" ;
    schema1:sameAs <http://viaf.org/viaf/9019413>,
        <https://isni.org/isni/0000000114875332> .

