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

<http://data.bibliotheken.nl/id/thes/p074498150> a schema1:Person ;
    rdfs:label "Senf, Ton" ;
    schema1:description "mb" ;
    schema1:familyName "Senf" ;
    schema1:givenName "Ton" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1e5fb07eaf4c2a9162b94c16c19a1eb6> ;
    schema1:name "Ton Senf" ;
    schema1:sameAs <http://viaf.org/viaf/280131715>,
        <https://isni.org/isni/0000000387199042> .

