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

<http://data.bibliotheken.nl/id/thes/p18220586X> a schema1:Person ;
    rdfs:label "Bruijn, Robert de" ;
    schema1:description "B9930802: vloeistoffenmechanica",
        "geboren te Purmerend" ;
    schema1:familyName "de Bruijn" ;
    schema1:givenName "Robert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fbec4e8adb8ecc6fb623075dae7989ae> ;
    schema1:name "Robert de Bruijn" ;
    schema1:sameAs <http://viaf.org/viaf/292031723>,
        <https://isni.org/isni/0000000396992077> .

