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

<http://data.bibliotheken.nl/id/thes/p071503358> a schema1:Person ;
    rdfs:label "Golverdingen, Marinus (1941-2019)" ;
    schema1:birthDate "1941" ;
    schema1:deathDate "2019" ;
    schema1:description "predikant, onderwijzer",
        "publicaties over kerkhistorische, kerkrechtelijke en opvoedkundige onderwerpen" ;
    schema1:familyName "Golverdingen" ;
    schema1:givenName "Marinus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/451d56bad8564782aaa374735abd760d> ;
    schema1:name "Marinus Golverdingen" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/78114926>,
        <https://isni.org/isni/0000000034556665> .

