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

<http://data.bibliotheken.nl/id/thes/p315272260> a schema1:Person ;
    rdfs:label "Swart, Ton" ;
    schema1:familyName "Swart" ;
    schema1:givenName "Ton" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/030615d7dd80de1de4f0cd353355410f> ;
    schema1:name "Ton Swart" ;
    schema1:sameAs <http://viaf.org/viaf/287368042>,
        <https://isni.org/isni/0000000393158116> .

