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

<http://data.bibliotheken.nl/id/thes/p072307358> a schema1:Person ;
    rdfs:label "Holland, Tim" ;
    schema1:familyName "Holland" ;
    schema1:givenName "Tim" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/50143fe3bb81c997990ae80d85c3ced6> ;
    schema1:name "Tim Holland" ;
    schema1:sameAs <http://viaf.org/viaf/62814345>,
        <https://isni.org/isni/0000000021682398> .

