@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/p152805311> a schema1:Person ;
    rdfs:label "Goldhoorn, Bart (1963-)" ;
    schema1:alternateName "Goldchoorn, Bart",
        "Голдхоорн, Барт" ;
    schema1:birthDate "1963" ;
    schema1:familyName "Goldhoorn" ;
    schema1:givenName "Bart" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/864782ca9d9b5ae8f442371f79b8c73e> ;
    schema1:name "Bart Goldhoorn" ;
    schema1:sameAs <http://viaf.org/viaf/56788117>,
        wd:Q16273315,
        <https://isni.org/isni/0000000109045043> .

