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

<http://data.bibliotheken.nl/id/thes/p327778628> a schema1:Person ;
    rdfs:label "Karsten, Niels (1984-)" ;
    schema1:birthDate "1984" ;
    schema1:description "Universitair docent bij het Tilburg Institute of Governance van Tilburg University" ;
    schema1:familyName "Karsten" ;
    schema1:givenName "Niels" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1201ac05ba82978cc83af16363ca419a> ;
    schema1:name "Niels Karsten" ;
    schema1:sameAs <http://viaf.org/viaf/288711674>,
        <https://isni.org/isni/0000000394249642> .

