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

<http://data.bibliotheken.nl/id/thes/p297208551> a schema1:Person ;
    rdfs:label "Postma, Erwin" ;
    schema1:description "vertaler uit het Nederlands" ;
    schema1:familyName "Postma" ;
    schema1:givenName "Erwin" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0050fd5172aac58ff6daf069aea904a1> ;
    schema1:name "Erwin Postma" ;
    schema1:sameAs <http://viaf.org/viaf/289220775>,
        <https://isni.org/isni/0000000394684601> .

