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

<http://data.bibliotheken.nl/id/thes/p240146417> a schema1:Person ;
    rdfs:label "Knip, René ((grafisch) ontwerper)" ;
    schema1:familyName "Knip" ;
    schema1:givenName "René" ;
    schema1:hasOccupation "(grafisch) ontwerper" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fde27555fe07d950c8a033ad22171477> ;
    schema1:name "René Knip" ;
    schema1:sameAs <http://viaf.org/viaf/291808439>,
        <https://isni.org/isni/0000000396784438> .

