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

<http://data.bibliotheken.nl/id/thes/p161820921> a schema1:Person ;
    rdfs:label "Bos, Frank (KNVV)" ;
    schema1:familyName "Bos" ;
    schema1:givenName "Frank" ;
    schema1:hasOccupation "KNVV" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ac7439c16ccfa2f13c1e2190886dda23> ;
    schema1:name "Frank Bos" ;
    schema1:sameAs <http://viaf.org/viaf/19133634>,
        <https://isni.org/isni/0000000048350772> .

