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

<http://data.bibliotheken.nl/id/thes/p143779656> a schema1:Person ;
    rdfs:label "Wintermans, Caspar (1966-)" ;
    schema1:birthDate "1966" ;
    schema1:familyName "Wintermans" ;
    schema1:givenName "Caspar" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fbd5595fd48d9ce3489a160ed7af1b87> ;
    schema1:name "Caspar Wintermans" ;
    schema1:sameAs <http://viaf.org/viaf/24916830>,
        wd:Q2678843,
        <https://isni.org/isni/0000000030680896> .

