@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/p075250209> a schema1:Person ;
    rdfs:label "Bollee, Laurent (1967-)" ;
    schema1:alternateName "Bollee, Laurent",
        "Bollée, LF" ;
    schema1:birthDate "1967" ;
    schema1:familyName "Bollee" ;
    schema1:givenName "Laurent" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/bb452fc619f18f2c7bfc1d37eb67cc4a> ;
    schema1:name "Laurent Bollee" ;
    schema1:sameAs <http://viaf.org/viaf/49388216>,
        wd:Q3218975,
        <https://isni.org/isni/0000000122797207> .

