@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/p07492253X> a schema1:Person ;
    rdfs:label "Kreveld, Marc Johan van (1966-)" ;
    schema1:alternateName "Kreveld, Marc van" ;
    schema1:birthDate "1966" ;
    schema1:familyName "van Kreveld" ;
    schema1:givenName "Marc Johan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a5a74dcffc480818883d3ea6dfd4674e> ;
    schema1:name "Marc Johan van Kreveld" ;
    schema1:sameAs <http://viaf.org/viaf/74588588>,
        wd:Q60574272,
        <https://isni.org/isni/0000000116732175> .

