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

<http://data.bibliotheken.nl/id/thes/p36960203X> a schema1:Person ;
    rdfs:label "Porter, Melanie" ;
    schema1:familyName "Porter" ;
    schema1:givenName "Melanie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2709c9149a11a1828f899989e1a489ab> ;
    schema1:name "Melanie Porter" ;
    schema1:sameAs <http://viaf.org/viaf/305834191> .

