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

<http://data.bibliotheken.nl/id/thes/p09993180X> a schema1:Person ;
    rdfs:label "Rebmann, Petra" ;
    schema1:description "vertaalster" ;
    schema1:familyName "Rebmann" ;
    schema1:givenName "Petra" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/01d57216e96cb34bcb80c70d7d19d259> ;
    schema1:name "Petra Rebmann" ;
    schema1:sameAs <http://viaf.org/viaf/207715433>,
        <https://isni.org/isni/0000000390396629> .

