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

<http://data.bibliotheken.nl/id/thes/p11722278X> a schema1:Person ;
    rdfs:label "Horsthuis, Marcel" ;
    schema1:familyName "Horsthuis" ;
    schema1:givenName "Marcel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8f3f203495c097eb072538834542d31a> ;
    schema1:name "Marcel Horsthuis" ;
    schema1:sameAs <http://viaf.org/viaf/291559893>,
        <https://isni.org/isni/0000000396617461> .

