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

<http://data.bibliotheken.nl/id/thes/p333829255> a schema1:Person ;
    rdfs:label "Vlam, Willem de (1976-)" ;
    schema1:birthDate "1976" ;
    schema1:familyName "de Vlam" ;
    schema1:givenName "Willem" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ec005b5b191b4f64da2d9b0c04e3b9fb> ;
    schema1:name "Willem de Vlam" ;
    schema1:sameAs <http://viaf.org/viaf/289003511>,
        wd:Q1929152,
        <https://isni.org/isni/000000039448508X> .

