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

<http://data.bibliotheken.nl/id/thes/p134509218> a schema1:Person ;
    rdfs:label "Smits, Gerard (fl. 1977 ; eetbare oliën)" ;
    schema1:description "fl. 1977" ;
    schema1:familyName "Smits" ;
    schema1:givenName "Gerard" ;
    schema1:hasOccupation "eetbare oliën" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2a996c37dc12b5c4caf3de72710ce06a> ;
    schema1:name "Gerard Smits" ;
    schema1:sameAs <http://viaf.org/viaf/6251161212212240070000>,
        <https://isni.org/isni/0000000395927900> .

