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

<http://data.bibliotheken.nl/id/thes/p069704899> a schema1:Person ;
    rdfs:label "Koning, Alexander Johannes (1959-)" ;
    schema1:alternateName "Koning, Alex J." ;
    schema1:birthDate "1959" ;
    schema1:description "dr.",
        "mathematische statistiek/econometrie" ;
    schema1:familyName "Koning" ;
    schema1:givenName "Alexander Johannes" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b60489dfbe75cfa063f2afc548d045f7> ;
    schema1:name "Alexander Johannes Koning" ;
    schema1:sameAs <http://viaf.org/viaf/46346798>,
        <https://isni.org/isni/0000000043970569> .

