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

<http://data.bibliotheken.nl/id/thes/p242105718> a schema1:Person ;
    rdfs:label "Osinga, Ton" ;
    schema1:familyName "Osinga" ;
    schema1:givenName "Ton" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3fe12416b6ccbf30460b3013b47db973> ;
    schema1:name "Ton Osinga" ;
    schema1:sameAs <http://viaf.org/viaf/68892941>,
        <https://isni.org/isni/0000000051894033> .

