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

<http://data.bibliotheken.nl/id/thes/p069883157> a schema1:Person ;
    rdfs:label "Beumer, Jos" ;
    schema1:familyName "Beumer" ;
    schema1:givenName "Jos" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ba6f3d1f92b7960f45f8ae42fb08d59a> ;
    schema1:name "Jos Beumer" ;
    schema1:sameAs <http://viaf.org/viaf/292260692>,
        <https://isni.org/isni/0000000397158009> .

