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

<http://data.bibliotheken.nl/id/thes/p190887605> a schema1:Person ;
    rdfs:label "Laughton, Timothy" ;
    schema1:familyName "Laughton" ;
    schema1:givenName "Timothy" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a1a55c8f37b7430cc60dee4d006a8a50> ;
    schema1:name "Timothy Laughton" ;
    schema1:sameAs <http://viaf.org/viaf/10923942>,
        <https://isni.org/isni/0000000058013753> .

