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

<http://data.bibliotheken.nl/id/thes/p293524041> a schema1:Person ;
    rdfs:label "Kroes, Remco (1977-)" ;
    schema1:birthDate "1977" ;
    schema1:familyName "Kroes" ;
    schema1:givenName "Remco" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1fa72ed83b120c09ef48501e192cc829> ;
    schema1:name "Remco Kroes" ;
    schema1:sameAs <http://viaf.org/viaf/161318581>,
        <https://isni.org/isni/0000000111071304> .

