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

<http://data.bibliotheken.nl/id/thes/p073561657> a schema1:Person ;
    rdfs:label "Woldman, Geert" ;
    schema1:familyName "Woldman" ;
    schema1:givenName "Geert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a8b23e2ce56743a9198a9ca5cf5c4ee3> ;
    schema1:name "Geert Woldman" ;
    schema1:sameAs <http://viaf.org/viaf/283061382>,
        <https://isni.org/isni/0000000389645069> .

