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

<http://data.bibliotheken.nl/id/thes/p102404313> a schema1:Person ;
    rdfs:label "Wijngaarden, P. van" ;
    schema1:description "over Haarlem" ;
    schema1:familyName "van Wijngaarden" ;
    schema1:givenName "P." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1eca195db2b7b3cccd9e072700bd822f> ;
    schema1:name "P. van Wijngaarden" ;
    schema1:sameAs <http://viaf.org/viaf/5749161211682440070001>,
        <https://isni.org/isni/0000000368940667> .

