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

<http://data.bibliotheken.nl/id/thes/p074128132> a schema1:Person ;
    rdfs:label "Luijk, Ronald (1963-)" ;
    schema1:birthDate "1963" ;
    schema1:familyName "Luijk" ;
    schema1:givenName "Ronald" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/04bf28f805656d6f0927cd7fe17e48ad> ;
    schema1:name "Ronald Luijk" ;
    schema1:sameAs <http://viaf.org/viaf/283220075>,
        <https://isni.org/isni/0000000389732314> .

