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

<http://data.bibliotheken.nl/id/thes/p430163665> a schema1:Person ;
    rdfs:label "Vink, John (1954-2014)" ;
    schema1:birthDate "1954" ;
    schema1:deathDate "2014" ;
    schema1:description "Crimineel" ;
    schema1:familyName "Vink" ;
    schema1:givenName "John" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/bfe190cdc4d10c196d09f04105796ef2> ;
    schema1:name "John Vink" ;
    schema1:sameAs <http://viaf.org/viaf/35161209027439860547> .

