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

<http://data.bibliotheken.nl/id/thes/p069499659> a schema1:Person ;
    rdfs:label "Daelemans, Frank" ;
    schema1:alternateName "Daelemans, F." ;
    schema1:description "agrarisch historicus" ;
    schema1:familyName "Daelemans" ;
    schema1:givenName "Frank" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c85e50c588ad77ad531e763b0a1c6287> ;
    schema1:name "Frank Daelemans" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/14789610>,
        <https://isni.org/isni/0000000061270304> .

