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

<http://data.bibliotheken.nl/id/thes/p072973501> a schema1:Person ;
    rdfs:label "Schuurman, Karel" ;
    schema1:familyName "Schuurman" ;
    schema1:givenName "Karel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/878934f8702596b6b4d2bd868995ff98> ;
    schema1:name "Karel Schuurman" ;
    schema1:sameAs <http://viaf.org/viaf/281997851> .

