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

<http://data.bibliotheken.nl/id/thes/p286815605> a schema1:Person ;
    rdfs:label "Bolle, Sam de" ;
    schema1:description "horeca" ;
    schema1:familyName "de Bolle" ;
    schema1:givenName "Sam" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1a566f1a02d006fa8692bd4e748d80fc> ;
    schema1:name "Sam de Bolle" ;
    schema1:sameAs <http://viaf.org/viaf/291896575>,
        <https://isni.org/isni/0000000396865537> .

