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

<http://data.bibliotheken.nl/id/thes/p39218365X> a schema1:Person ;
    rdfs:label "Legius, Marja" ;
    schema1:familyName "Legius" ;
    schema1:givenName "Marja" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9b835b33d082fe6a128e6176cfc62ad8> ;
    schema1:name "Marja Legius" ;
    schema1:sameAs <http://viaf.org/viaf/317178581> .

