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

<http://data.bibliotheken.nl/id/thes/p389525421> a schema1:Person ;
    rdfs:label "Prins, T" ;
    schema1:familyName "Prins" ;
    schema1:givenName "T" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4505a5ce550004dd93be73f1cd778a7d> ;
    schema1:name "T Prins" ;
    schema1:sameAs <http://viaf.org/viaf/317170636> .

