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

<http://data.bibliotheken.nl/id/thes/p24051632X> a schema1:Person ;
    rdfs:label "De Corte, Patricia (dichteres)" ;
    schema1:familyName "De Corte" ;
    schema1:givenName "Patricia" ;
    schema1:hasOccupation "dichteres" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c6d5716db1d51692f5abd0530e5d63d3> ;
    schema1:name "Patricia De Corte" ;
    schema1:sameAs <http://viaf.org/viaf/291924025>,
        <https://isni.org/isni/0000000396911337> .

