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

<http://data.bibliotheken.nl/id/thes/p067931502> a schema1:Person ;
    rdfs:label "Knoop, Martinus (1915-2009 ; Pedagoog en publicist)" ;
    schema1:birthDate "1915" ;
    schema1:deathDate "2009" ;
    schema1:familyName "Knoop" ;
    schema1:givenName "Martinus" ;
    schema1:hasOccupation "Pedagoog en publicist" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8d89da161973fc12dabdf67826d2185a> ;
    schema1:name "Martinus Knoop" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/266890900>,
        <https://isni.org/isni/0000000382713639> .

