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

<http://data.bibliotheken.nl/id/thes/p25187866X> a schema1:Person ;
    rdfs:label "Hoogenboom, Sietske" ;
    schema1:description "Vitataal" ;
    schema1:familyName "Hoogenboom" ;
    schema1:givenName "Sietske" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/13acaff77190437139b45de619a5a180> ;
    schema1:name "Sietske Hoogenboom" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/281073741>,
        <https://isni.org/isni/0000000369131677> .

