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

<http://data.bibliotheken.nl/id/thes/p317240528> a schema1:Person ;
    rdfs:label "Patijn, Maria" ;
    schema1:description "mediëviste" ;
    schema1:familyName "Patijn" ;
    schema1:givenName "Maria" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/237cd474ac442655ee1624364231823e> ;
    schema1:name "Maria Patijn" ;
    schema1:sameAs <http://viaf.org/viaf/291003596>,
        <https://isni.org/isni/0000000396147922> .

