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

<http://data.bibliotheken.nl/id/thes/p07005259X> a schema1:Person ;
    rdfs:label "Troost, Fred (1947-)" ;
    schema1:birthDate "1947" ;
    schema1:familyName "Troost" ;
    schema1:givenName "Fred" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d7e9b6a6c45e664f07386b9f72dbfec2> ;
    schema1:name "Fred Troost" ;
    schema1:sameAs <http://viaf.org/viaf/39273038>,
        <https://isni.org/isni/0000000053055604> .

