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

<http://data.bibliotheken.nl/id/thes/p344678040> a schema1:Person ;
    rdfs:label "Houtert, C.A.J. van" ;
    schema1:description "vertaler" ;
    schema1:familyName "van Houtert" ;
    schema1:givenName "C.A.J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ba7019d15cc3b80448d45cfa672306f9> ;
    schema1:name "C.A.J. van Houtert" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/289826909>,
        <https://isni.org/isni/0000000395140200> .

