@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/p071306080> a schema1:Person ;
    rdfs:label "La Salle, Bruno de (1943-)" ;
    schema1:birthDate "1943" ;
    schema1:familyName "de La Salle" ;
    schema1:givenName "Bruno" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5cd31e61c454f18c7a50e7f5092ce5a9> ;
    schema1:name "Bruno de La Salle" ;
    schema1:sameAs <http://viaf.org/viaf/9866292>,
        wd:Q2927030,
        <https://isni.org/isni/0000000066427577> .

