@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/p146778235> a schema1:Person ;
    rdfs:label "Horst, Albert van der (1972-)" ;
    schema1:birthDate "1972" ;
    schema1:familyName "van der Horst" ;
    schema1:givenName "Albert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/da0d2201abb938d7062818af34ed7322> ;
    schema1:name "Albert van der Horst" ;
    schema1:sameAs <http://viaf.org/viaf/162290592>,
        wd:Q106595494,
        <https://isni.org/isni/0000000117836726> .

