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

<http://data.bibliotheken.nl/id/thes/p071730990> a schema1:Person ;
    rdfs:label "Vlierman, Karel" ;
    schema1:familyName "Vlierman" ;
    schema1:givenName "Karel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c4f3b1b31a5bb470e1b8418b9c6d197f> ;
    schema1:name "Karel Vlierman" ;
    schema1:sameAs <http://viaf.org/viaf/17162478835337461324>,
        <https://isni.org/isni/0000000396454586> .

