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

<http://data.bibliotheken.nl/id/thes/p236669389> a schema1:Person ;
    rdfs:label "Horn, Tim van der" ;
    schema1:familyName "van der Horn" ;
    schema1:givenName "Tim" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a44e77c2ffa13ce230af47b884ad8ba9> ;
    schema1:name "Tim van der Horn" ;
    schema1:sameAs <http://viaf.org/viaf/284913305>,
        <https://isni.org/isni/000000039113169X> .

