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

<http://data.bibliotheken.nl/id/thes/p298329468> a schema1:Person ;
    rdfs:label "Boekhoorn, Vincent" ;
    schema1:familyName "Boekhoorn" ;
    schema1:givenName "Vincent" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a68e8a812bdf0fe6c5c61f30499af795> ;
    schema1:name "Vincent Boekhoorn" ;
    schema1:sameAs <http://viaf.org/viaf/285846190>,
        <https://isni.org/isni/0000000391909369> .

