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

<http://data.bibliotheken.nl/id/thes/p339517069> a schema1:Person ;
    rdfs:label "Puschmann, Paul" ;
    schema1:familyName "Puschmann" ;
    schema1:givenName "Paul" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ab770979d66b11357a843ec2a1a5ee97> ;
    schema1:name "Paul Puschmann" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/232157253>,
        <https://isni.org/isni/0000000367198608> .

