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

<http://data.bibliotheken.nl/id/thes/p36982704X> a schema1:Person ;
    rdfs:label "Rüssel, Harald (1965- ; kok)" ;
    schema1:birthDate "1965" ;
    schema1:familyName "Rüssel" ;
    schema1:givenName "Harald" ;
    schema1:hasOccupation "kok" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/abe2b1a38725fdf698f094881b908777> ;
    schema1:name "Harald Rüssel" ;
    schema1:sameAs wd:Q1584704,
        <https://isni.org/isni/0000000072362722> .

