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

<http://data.bibliotheken.nl/id/thes/p144078910> a schema1:Person ;
    rdfs:label "Horkins, Tony" ;
    schema1:familyName "Horkins" ;
    schema1:givenName "Tony" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e1d00a5d0f4db9a1dcccf8e9aa22a35a> ;
    schema1:name "Tony Horkins" ;
    schema1:sameAs <http://viaf.org/viaf/306205500>,
        <https://isni.org/isni/0000000398271660> .

