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

<http://data.bibliotheken.nl/id/thes/p082102430> a schema1:Person ;
    rdfs:label "Meerwijk, Joost Pieter Maria van (1964-)" ;
    schema1:birthDate "1964" ;
    schema1:familyName "van Meerwijk" ;
    schema1:givenName "Joost Pieter Maria" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/645cf5a6ad212c39d655868bcccb4c3f> ;
    schema1:name "Joost Pieter Maria van Meerwijk" ;
    schema1:sameAs <http://viaf.org/viaf/292229157>,
        <https://isni.org/isni/0000000397167095> .

