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

<http://data.bibliotheken.nl/id/thes/p267971885> a schema1:Person ;
    rdfs:label "Koning, Frits de" ;
    schema1:familyName "de Koning" ;
    schema1:givenName "Frits" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/12a3c576710b9004e20278f9ecbcce10> ;
    schema1:name "Frits de Koning" ;
    schema1:sameAs <http://viaf.org/viaf/280160781> .

