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

<http://data.bibliotheken.nl/id/thes/p073159964> a schema1:Person ;
    rdfs:label "Reinders, Johannes Engelbert Andreas (1958-)" ;
    schema1:birthDate "1958" ;
    schema1:familyName "Reinders" ;
    schema1:givenName "Johannes Engelbert Andreas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/39aef3165aa37ce3e3d2f306b4e85d67> ;
    schema1:name "Johannes Engelbert Andreas Reinders" ;
    schema1:sameAs <http://viaf.org/viaf/290243350>,
        <https://isni.org/isni/0000000395509362> .

