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

<http://data.bibliotheken.nl/id/thes/p162867808> a schema1:Person ;
    rdfs:label "Baas, Gert" ;
    schema1:description "leermiddelen Duits" ;
    schema1:familyName "Baas" ;
    schema1:givenName "Gert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ee91b75bf7ec84ef47c5221d7217b791> ;
    schema1:name "Gert Baas" ;
    schema1:sameAs <http://viaf.org/viaf/281691427>,
        <https://isni.org/isni/0000000388478481> .

