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

<http://data.bibliotheken.nl/id/thes/p072835737> a schema1:Person ;
    rdfs:label "Verduin, Victor" ;
    schema1:alternateName "Verduin, Viktor" ;
    schema1:description "Victor is niet meest gebruikte, maar wel de correcte vorm",
        "vert." ;
    schema1:familyName "Verduin" ;
    schema1:givenName "Victor" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/282e15400c6053ab34fc62e0e7facb6a> ;
    schema1:name "Victor Verduin" ;
    schema1:sameAs <http://viaf.org/viaf/103599953> .

