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

<http://data.bibliotheken.nl/id/thes/p401489124> a schema1:Person ;
    rdfs:label "Bijlard, Marjolein (1983-)" ;
    schema1:alternateName "Bijlard, M." ;
    schema1:birthDate "1983" ;
    schema1:description "Geboren op 12 april 1983 te Apeldoorn" ;
    schema1:familyName "Bijlard" ;
    schema1:givenName "Marjolein" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3df4f83014c622d4a5df691b9c8a9f5d> ;
    schema1:name "Marjolein Bijlard" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/163147266903735482372> .

