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

<http://data.bibliotheken.nl/id/thes/p310747325> a schema1:Person ;
    rdfs:label "Lamarre, Thierry" ;
    schema1:familyName "Lamarre" ;
    schema1:givenName "Thierry" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/834b6d37742d46d81d274c0c38b50c1a> ;
    schema1:name "Thierry Lamarre" ;
    schema1:sameAs <http://viaf.org/viaf/289899313> .

