@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/p217875041> a schema1:Person ;
    rdfs:label "Beer, Günter" ;
    schema1:description "culinair fotograaf" ;
    schema1:familyName "Beer" ;
    schema1:givenName "Günter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/aa3072f3d020442b0dbd44f83f990bcc> ;
    schema1:name "Günter Beer" ;
    schema1:sameAs <http://viaf.org/viaf/2800865>,
        wd:Q106954281,
        <https://isni.org/isni/0000000115866833> .

