@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/p120301679> a schema1:Person ;
    rdfs:label "Loutte, Eric (1961-)" ;
    schema1:birthDate "1961" ;
    schema1:familyName "Loutte" ;
    schema1:givenName "Eric" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6078a28e0f59bb0e72398c7d8e441585> ;
    schema1:name "Eric Loutte" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/84747678>,
        wd:Q3591248,
        <https://isni.org/isni/000000007832038X> .

