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

<http://data.bibliotheken.nl/id/thes/p11737959X> a schema1:Person ;
    rdfs:label "Miert, Johannes van (1961-)" ;
    schema1:alternateName "Miert, J. van" ;
    schema1:birthDate "1961" ;
    schema1:familyName "van Miert" ;
    schema1:givenName "Johannes" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ae8210e5eab1ea5c83bc01e1d2f3576e> ;
    schema1:name "Johannes van Miert" ;
    schema1:sameAs <http://viaf.org/viaf/205208798>,
        <https://isni.org/isni/0000000368754792> .

