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

<http://data.bibliotheken.nl/id/thes/p069752486> a schema1:Person ;
    rdfs:label "Kuilenburg, Wout van" ;
    schema1:familyName "van Kuilenburg" ;
    schema1:givenName "Wout" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c08dee123fc37d88e29ed94845256193> ;
    schema1:name "Wout van Kuilenburg" ;
    schema1:sameAs <http://viaf.org/viaf/306161562>,
        <https://isni.org/isni/0000000398050884> .

