@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/p17160766X> a schema1:Person ;
    rdfs:label "Rullier, Laurent" ;
    schema1:alternateName "Rullier, ..." ;
    schema1:familyName "Rullier" ;
    schema1:givenName "Laurent" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cf151ede4bd349f8d075d9e0474abff6> ;
    schema1:name "Laurent Rullier" ;
    schema1:sameAs <http://viaf.org/viaf/2527152>,
        wd:Q3219496,
        <https://isni.org/isni/0000000120984666> .

