@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/p212366351> a schema1:Person ;
    rdfs:label "Schaffer, Alfred (1973-)" ;
    schema1:birthDate "1973" ;
    schema1:description "dichter en vertaler" ;
    schema1:familyName "Schaffer" ;
    schema1:givenName "Alfred" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9ceb96bf0376e65a4b192c0c23981b3d> ;
    schema1:name "Alfred Schaffer" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/69146395>,
        wd:Q2314843,
        <https://isni.org/isni/000000003932664X> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/scha067> .

