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

<http://data.bibliotheken.nl/id/thes/p068956940> a schema1:Person ;
    rdfs:label "Van Laere, Raf (1952-)" ;
    schema1:alternateName "Laere, Raf van",
        "R.V.L." ;
    schema1:birthDate "1952" ;
    schema1:description "bibliothecaris" ;
    schema1:familyName "Van Laere" ;
    schema1:givenName "Raf" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/05834af15a09e68e8c6ebe000bbbec61> ;
    schema1:name "Raf Van Laere" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/41881289>,
        <https://isni.org/isni/0000000028929779> .

