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

<http://data.bibliotheken.nl/id/thes/p112529887> a schema1:Person ;
    rdfs:label "Kompier, Vincent (1967-)" ;
    schema1:alternateName "Kompier, Vincent Hugo" ;
    schema1:birthDate "1967" ;
    schema1:familyName "Kompier" ;
    schema1:givenName "Vincent" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e848cbaf0c514c098241275d6ed7ad03> ;
    schema1:name "Vincent Kompier" ;
    schema1:sameAs <http://viaf.org/viaf/33772246>,
        <https://isni.org/isni/0000000038094242> .

