@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/p074829750> a schema1:Person ;
    rdfs:label "Rood, Niels (1962-)" ;
    schema1:alternateName "Rood, ..." ;
    schema1:birthDate "1962" ;
    schema1:familyName "Rood" ;
    schema1:givenName "Niels" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/28aa114546a99175604fa309d50468f0> ;
    schema1:name "Niels Rood" ;
    schema1:sameAs <http://viaf.org/viaf/266592916>,
        wd:Q1832735,
        <https://isni.org/isni/0000000120274795> .

