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

<http://data.bibliotheken.nl/id/thes/p071706747> a schema1:Person ;
    rdfs:label "Tipstra, D." ;
    schema1:familyName "Tipstra" ;
    schema1:givenName "D." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a1840f44ed161ae09c64f25bfcd24c13> ;
    schema1:name "D. Tipstra" ;
    schema1:sameAs <http://viaf.org/viaf/291079373>,
        <https://isni.org/isni/0000000396245047> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/tips001> .

