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

<http://data.bibliotheken.nl/id/thes/p314404643> a schema1:Person ;
    rdfs:label "Burall, Paul" ;
    schema1:familyName "Burall" ;
    schema1:givenName "Paul" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ada72d79f28005f32ecb33564b28c2ac> ;
    schema1:name "Paul Burall" ;
    schema1:sameAs <http://viaf.org/viaf/286445797>,
        <https://isni.org/isni/0000000392426350> .

