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

<http://data.bibliotheken.nl/id/thes/p125307055> a schema1:Person ;
    rdfs:label "Danard, Pierre" ;
    schema1:alternateName "Danard, ..." ;
    schema1:familyName "Danard" ;
    schema1:givenName "Pierre" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7183a193af8f1d998ed7c85471d32405> ;
    schema1:name "Pierre Danard" ;
    schema1:sameAs <http://viaf.org/viaf/291845131>,
        <https://isni.org/isni/0000000396807855> .

