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

<http://data.bibliotheken.nl/id/thes/p245549293> a schema1:Person ;
    rdfs:label "Vanschoren, Johny" ;
    schema1:familyName "Vanschoren" ;
    schema1:givenName "Johny" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8e0cd0cce1ccfea2a52a1899faa3006f> ;
    schema1:name "Johny Vanschoren" ;
    schema1:sameAs <http://viaf.org/viaf/26600710>,
        <https://isni.org/isni/000000004324679X> .

