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

<http://data.bibliotheken.nl/id/thes/p186345380> a schema1:Person ;
    rdfs:label "Kalkman, Roland (1971-)" ;
    schema1:birthDate "1971" ;
    schema1:description "bron: Uitgeverij Den Hertog",
        "bron: https://nl.wikipedia.org/wiki/Roland_Kalkman" ;
    schema1:familyName "Kalkman" ;
    schema1:givenName "Roland" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0972be25354e6133b90b1100548380ea> ;
    schema1:name "Roland Kalkman" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/283963142>,
        wd:Q2273683,
        <https://isni.org/isni/0000000369170393> .

