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

<http://data.bibliotheken.nl/id/thes/p278574564> a schema1:Person ;
    rdfs:label "Marcelis, Kees" ;
    schema1:description "interieurkunst" ;
    schema1:familyName "Marcelis" ;
    schema1:givenName "Kees" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ab4926bb1412254820bd924bd9483b15> ;
    schema1:name "Kees Marcelis" ;
    schema1:sameAs <http://viaf.org/viaf/36678135>,
        <https://isni.org/isni/0000000043630425> .

