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

<http://data.bibliotheken.nl/id/thes/p155362526> a schema1:Person ;
    rdfs:label "Lahaise, Joop" ;
    schema1:familyName "Lahaise" ;
    schema1:givenName "Joop" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/175e8ba6ab6db6e38667d2c0a6eab5b9> ;
    schema1:name "Joop Lahaise" ;
    schema1:sameAs <http://viaf.org/viaf/286657685>,
        <https://isni.org/isni/0000000368791585> .

