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

<http://data.bibliotheken.nl/id/thes/p317628054> a schema1:Person ;
    rdfs:label "Vloemans, Marc" ;
    schema1:familyName "Vloemans" ;
    schema1:givenName "Marc" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9d7c4936bd783a765666ac19370d239a> ;
    schema1:name "Marc Vloemans" ;
    schema1:sameAs <http://viaf.org/viaf/283219346>,
        <https://isni.org/isni/0000000389726037> .

