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

<http://data.bibliotheken.nl/id/thes/p072773561> a schema1:Person ;
    rdfs:label "Wirth-van Wijk, Louise Elisabeth" ;
    schema1:alternateName "Wijk, L.E. van",
        "Wijk, Louise E. van",
        "Wijk, Louise Elisabeth van" ;
    schema1:familyName "Wirth-van Wijk" ;
    schema1:givenName "Louise Elisabeth" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3e8f6149832da1240048c524e09d3d9e> ;
    schema1:name "Louise Elisabeth Wirth-van Wijk" ;
    schema1:sameAs <http://viaf.org/viaf/284144405> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/wirt002> .

