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

<http://data.bibliotheken.nl/id/thes/p101905521> a schema1:Person ;
    rdfs:label "Rijssel, Marion van (1963-)" ;
    schema1:birthDate "1963" ;
    schema1:familyName "van Rijssel" ;
    schema1:givenName "Marion" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/37e625e86039b5c19a2da4ead6f7789d> ;
    schema1:name "Marion van Rijssel" ;
    schema1:sameAs <http://viaf.org/viaf/280678241>,
        <https://isni.org/isni/0000000387653954> .

