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

<http://data.bibliotheken.nl/id/thes/p19526214X> a schema1:Person ;
    rdfs:label "Dool, Ruud den" ;
    schema1:familyName "den Dool" ;
    schema1:givenName "Ruud" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f4b3cacd1312b0aac6d623385a2294c9> ;
    schema1:name "Ruud den Dool" ;
    schema1:sameAs <http://viaf.org/viaf/291365598>,
        <https://isni.org/isni/0000000396438527> .

