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

<http://data.bibliotheken.nl/id/thes/p30319300X> a schema1:Person ;
    rdfs:label "Ruigewaard, Pieter" ;
    schema1:familyName "Ruigewaard" ;
    schema1:givenName "Pieter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/50eea543acf1e71dac554a52dbf8a3f6> ;
    schema1:name "Pieter Ruigewaard" ;
    schema1:sameAs <http://viaf.org/viaf/292024056>,
        <https://isni.org/isni/0000000396970804> .

