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

<http://data.bibliotheken.nl/id/thes/p070220999> a schema1:Person ;
    rdfs:label "Kidd, Ross" ;
    schema1:familyName "Kidd" ;
    schema1:givenName "Ross" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6eb79aee8c9c577bfdb2044d1e4dde39> ;
    schema1:name "Ross Kidd" ;
    schema1:sameAs <http://viaf.org/viaf/54717088>,
        <https://isni.org/isni/000000006319136X> .

