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

<http://data.bibliotheken.nl/id/thes/p159495113> a schema1:Person ;
    rdfs:label "Spoelstra, Simon (ECN)" ;
    schema1:description "B9734023 p. 1: Simon Spoelstra" ;
    schema1:familyName "Spoelstra" ;
    schema1:givenName "Simon" ;
    schema1:hasOccupation "ECN" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/eda1e75a5e3bd2037fd9b5c07480c94c> ;
    schema1:name "Simon Spoelstra" ;
    schema1:sameAs <http://viaf.org/viaf/289685627>,
        <https://isni.org/isni/0000000395034459> .

