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

<http://data.bibliotheken.nl/id/thes/p069909806> a schema1:Person ;
    rdfs:label "Coursier, Alain" ;
    schema1:familyName "Coursier" ;
    schema1:givenName "Alain" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b19e013d327c1a60c9c7298033eaf0b1> ;
    schema1:name "Alain Coursier" ;
    schema1:sameAs <http://viaf.org/viaf/227336830>,
        <https://isni.org/isni/0000000363898535> .

