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

<http://data.bibliotheken.nl/id/thes/p291422454> a schema1:Person ;
    rdfs:label "Van Bauwel, Sofie" ;
    schema1:alternateName "Bauwel, Sofie van" ;
    schema1:familyName "Van Bauwel" ;
    schema1:givenName "Sofie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ece5ad842d243d266342a5a8bfdf80a4> ;
    schema1:name "Sofie Van Bauwel" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/285011894>,
        <https://isni.org/isni/0000000391247705> .

