@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/p073716200> a schema1:Person ;
    rdfs:label "Bruckner, Pascal (1948-)" ;
    schema1:birthDate "1948" ;
    schema1:description "bron: https://nl.wikipedia.org/wiki/Pascal_Bruckner" ;
    schema1:familyName "Bruckner" ;
    schema1:givenName "Pascal" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/363fa6c7df13b007d352c7ad80d76aa7> ;
    schema1:name "Pascal Bruckner" ;
    schema1:sameAs wd:Q1348334,
        <https://isni.org/isni/0000000109205772> .

