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

<http://data.bibliotheken.nl/id/thes/p14670570X> a schema1:Person ;
    rdfs:label "Junker, Johannes (1959-)" ;
    schema1:birthDate "1959" ;
    schema1:familyName "Junker" ;
    schema1:givenName "Johannes" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/15acb5b394e42778350272ff012e4595> ;
    schema1:name "Johannes Junker" ;
    schema1:sameAs <http://viaf.org/viaf/192050661>,
        <https://isni.org/isni/0000000356986051> .

