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

<http://data.bibliotheken.nl/id/thes/p126197466> a schema1:Person ;
    rdfs:label "Vellema, Pieter (1954-)" ;
    schema1:alternateName "Vellema, Piet" ;
    schema1:birthDate "1954" ;
    schema1:familyName "Vellema" ;
    schema1:givenName "Pieter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/824790b76971fbc1fc8e3fbf8d88d926> ;
    schema1:name "Pieter Vellema" ;
    schema1:sameAs <http://viaf.org/viaf/306191971>,
        <https://isni.org/isni/0000000397352178> .

