@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/p069577919> a schema1:Person ;
    rdfs:label "Neuloh, Otto" ;
    schema1:familyName "Neuloh" ;
    schema1:givenName "Otto" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b94375fe84fce49417b9f0f6230380f9> ;
    schema1:name "Otto Neuloh" ;
    schema1:sameAs <http://viaf.org/viaf/93106360>,
        wd:Q1111269,
        <https://isni.org/isni/0000000109985342> .

