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

<http://data.bibliotheken.nl/id/thes/p073430307> a schema1:Person ;
    rdfs:label "Beumer, Guus" ;
    schema1:familyName "Beumer" ;
    schema1:givenName "Guus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7c3840fd4be35d16c57fba6f3dfb9176> ;
    schema1:name "Guus Beumer" ;
    schema1:sameAs <http://viaf.org/viaf/73188766>,
        wd:Q20873281,
        <https://isni.org/isni/0000000055595022> .

