@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/p330210017> a schema1:Person ;
    rdfs:label "Drijver, Anna (1983-)" ;
    schema1:birthDate "1983" ;
    schema1:description "(film)actrice, zangeres, literator",
        "bron: https://nl.wikipedia.org/wiki/Anna_Drijver",
        "geb. te Den Haag" ;
    schema1:familyName "Drijver" ;
    schema1:givenName "Anna" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3e17d32c6a64e570d51147860a218376> ;
    schema1:name "Anna Drijver" ;
    schema1:nationality "nl" ;
    schema1:sameAs wd:Q2049122,
        <https://isni.org/isni/0000000391735602> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/drij025> .

