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

<http://data.bibliotheken.nl/id/thes/p070973687> a schema1:Person ;
    rdfs:label "Straat, Ruud" ;
    schema1:familyName "Straat" ;
    schema1:givenName "Ruud" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4a38ed04231bb48e1967984180ba04f1> ;
    schema1:name "Ruud Straat" ;
    schema1:sameAs <http://viaf.org/viaf/283045769>,
        <https://isni.org/isni/0000000389620515> .

