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

<http://data.bibliotheken.nl/id/thes/p069163189> a schema1:Person ;
    rdfs:label "Visser, Maurits Frans (1875-1949)" ;
    schema1:birthDate "1875" ;
    schema1:deathDate "1949" ;
    schema1:familyName "Visser" ;
    schema1:givenName "Maurits Frans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1009686d675913d75be9c9c947e0c02b> ;
    schema1:name "Maurits Frans Visser" ;
    schema1:sameAs <http://viaf.org/viaf/283164841>,
        wd:Q65561606,
        <https://isni.org/isni/0000000389730909> .

