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

<http://data.bibliotheken.nl/id/thes/p357400852> a schema1:Person ;
    rdfs:label "Broekema, Ewoud" ;
    schema1:familyName "Broekema" ;
    schema1:givenName "Ewoud" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/68592fa34ae25a3c772d9dcf62ce9b96> ;
    schema1:name "Ewoud Broekema" ;
    schema1:sameAs <http://viaf.org/viaf/305812715> .

