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

<http://data.bibliotheken.nl/id/thes/p264791924> a schema1:Person ;
    rdfs:label "Laboutique, Francis" ;
    schema1:familyName "Laboutique" ;
    schema1:givenName "Francis" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3df06ac4b3ea8685279a18dd9be7179d> ;
    schema1:name "Francis Laboutique" ;
    schema1:sameAs <http://viaf.org/viaf/17463474>,
        <https://isni.org/isni/0000000009252125> .

