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

<http://data.bibliotheken.nl/id/thes/p147500958> a schema1:Person ;
    rdfs:label "Mulder, Dirk (1879-)" ;
    schema1:birthDate "1879" ;
    schema1:description "Ook informatie in \"Wie is dat? 1948\"",
        "Predikant te Herwen (In: \"Handhaving der belijdenis in de N.H.K.\")" ;
    schema1:familyName "Mulder" ;
    schema1:givenName "Dirk" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/df053d2a3583b7da15f0ebaf5371e8e9> ;
    schema1:name "Dirk Mulder" ;
    schema1:sameAs <http://viaf.org/viaf/280678740>,
        <https://isni.org/isni/0000000387656477> .

