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

<http://data.bibliotheken.nl/id/thes/p141601248> a schema1:Person ;
    rdfs:label "Rooij, Christ-Jan van" ;
    schema1:familyName "van Rooij" ;
    schema1:givenName "Christ-Jan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2d0d7a7b454c8ae14fdf0c96315ea465> ;
    schema1:name "Christ-Jan van Rooij" ;
    schema1:sameAs <http://viaf.org/viaf/290798936>,
        <https://isni.org/isni/0000000395941980> .

