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

<http://data.bibliotheken.nl/id/thes/p338775587> a schema1:Person ;
    rdfs:label "Bloem, Annelies" ;
    schema1:familyName "Bloem" ;
    schema1:givenName "Annelies" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/df276f487c29c58d3c084433d80a0e9d> ;
    schema1:name "Annelies Bloem" ;
    schema1:sameAs <http://viaf.org/viaf/286966155>,
        <https://isni.org/isni/0000000392841714> .

