@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/p074158481> a schema1:Person ;
    rdfs:label "De Meyer, Sabine" ;
    schema1:familyName "De Meyer" ;
    schema1:givenName "Sabine" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/51f43e843aa43f951e06e5189f70d469> ;
    schema1:name "Sabine De Meyer" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/287654778>,
        wd:Q3410246,
        <https://isni.org/isni/0000000368735233> .

