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

<http://data.bibliotheken.nl/id/thes/p072955236> a schema1:Person ;
    rdfs:label "Hijmans, Andrea" ;
    schema1:description "redactie" ;
    schema1:familyName "Hijmans" ;
    schema1:givenName "Andrea" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4fe2a1ffcbc5e710c5eef6cd34d6aa1c> ;
    schema1:name "Andrea Hijmans" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/283566968>,
        <https://isni.org/isni/0000000390049184> .

